Welcome![Sign In][Sign Up]
Location:
Search - pid c code

Search list

[Mathimatics-Numerical algorithmsPID-c-source-code

Description: 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
Platform: | Size: 1460 | Author: 王强 | Hits:

[OS programPID水量控制仿真演示系统

Description: 工业pid仿真的演示程序,很不错的,学习用的代码-industrial pid simulation demo program, a very good study of the code
Platform: | Size: 493568 | Author: dg | Hits:

[DSP programPID 算法1(c语言)

Description: PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control. -PID calculations for the _pid structure*a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control.
Platform: | Size: 2048 | Author: | Hits:

[Other位置式PID算法

Description: PID控制算法很多,但很多人用增量是算法,着是位置式算法!-PID control algorithm many, but a lot of people are using incremental algorithm to the location of the algorithm!
Platform: | Size: 55296 | Author: 刘新华 | Hits:

[ARM-PowerPC-ColdFire-MIPSpid.c

Description: pid算法c语言源码 仅供参考 pid算法c语言源码 仅供参考-pid algorithm c language source code for reference purposes only pid algorithm c language source code for reference only
Platform: | Size: 8192 | Author: npvt | Hits:

[Mathimatics-Numerical algorithmsPID-c-source-code

Description: 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-In the use of single-chip microcomputer as the control cpu, please make some simplification, the specific PID parameters must be determined through experiments at specific audiences. As the single-chip processing speed and ram resource constraints, generally do not use floating-point, and will use all parameters of all integers, computing the final 2 and then divided by a N-th power of data (equivalent to shift), similar fixed-point computation can be greatly enhanced speed of operation, according to the different requirements of control precision, when high precision, the attention to retain the shift caused by the balance , do a good job in the balance of compensation. This procedure is commonly used algorithm pid basic structure does not contain input and output part of treatment.
Platform: | Size: 1024 | Author: 王强 | Hits:

[AlgorithmPID-CODE

Description: 用C编写的PID算法的详细实现, PID算法在自动控制, 家电方面都有丰富的应用-C prepared with a detailed realization of PID algorithm, PID algorithm in automatic control, home appliances have a wealth of applications
Platform: | Size: 1024 | Author: Turing Xu | Hits:

[DSP programPID(C)

Description: PID算法(DSP C语言),可以作参考用-PID algorithm (DSP C language), can be used for reference
Platform: | Size: 2048 | Author: cnc202 | Hits:

[AlgorithmPID

Description: PID控制,C语言,PID机电控制,比例,积分,微分算法-PID control, C language, PID Electrical control, proportion, integral, differential algorithm
Platform: | Size: 11264 | Author: seabird | Hits:

[SCMSources

Description: 柴油发动机的电控PID代码。平台freescale的MC9S12DZ60单片机。核心算法,双闭环PID。-Electronically controlled diesel engines PID code. Freescale s single-chip platform MC9S12DZ60. Core algorithm, double-loop PID.
Platform: | Size: 29696 | Author: sun | Hits:

[SCMRT-PID.ZIP

Description: PID-REGULATOR FUNCTION "C" SOURCE CODE
Platform: | Size: 3072 | Author: tone | Hits:

[SCMpid

Description: 基于msp430的锅炉温度pid控制程序源代码-Msp430-based boiler temperature pid control program source code
Platform: | Size: 5120 | Author: 王博 | Hits:

[ARM-PowerPC-ColdFire-MIPSPID-c

Description: PID自整定C++代码 Ziegler-Nichols 典型的PID处理程序-PID self-tuning typical PID handler C++ code Ziegler-Nichols
Platform: | Size: 6144 | Author: 何凤涛 | Hits:

[Software Engineeringfuzzy-PID--c-code

Description: 这是一个模糊pID的设计程序,主要包括模糊化,模糊推导以及解模糊,实现了模糊PID,可用于相关编程系统的嵌入。-this is a program for PID,which can be embeded in the related system.
Platform: | Size: 9216 | Author: peter | Hits:

[SCMPID

Description: 增量型PID c代码,实现控制电源的输出电流,适用于不同的负载,快速稳定(Incremental PID C code, to control the output current of the power supply, applicable to different loads, fast and stable)
Platform: | Size: 1024 | Author: ahsde | Hits:

[OtherPID

Description: 自动控制原理的PID技术,内附PDF电子书,该源代码经本人验证好使,可以酌情更改,内附较为详细的电子书,代码为C++代码(The PID technology of automatic control principle is attached to PDF e-book. The source code is verified by myself, so that it can be changed as appropriate, and the detailed e-book is attached. The code is C++ code.)
Platform: | Size: 380928 | Author: 笑傲江湖之徒手逍遥 | Hits:

[DSP programPID控制C代码

Description: PID基础知识,PID控制C代码,C语言描述PID算法程序(PID basic knowledge, PID control C code, C language description PID algorithm program)
Platform: | Size: 8192 | Author: hampo | Hits:

[SCMC语言,模糊控制程序

Description: c语言 模糊控制源代码,能直接修改并投入项目使用。(c language fuzzy control source code)
Platform: | Size: 65536 | Author: 我在长江尾 | Hits:

[matlab模糊PID控制算法C语言代码

Description: 模糊PID控制算法C语言代码,用于模糊算法的学习和研究。(Fuzzy PID control algorithm C language code)
Platform: | Size: 211968 | Author: 一心一意编程 | Hits:

[Embeded-SCM Develop模糊PID算法C语言程序-查表法

Description: 模糊控制pid查表法源码,有需要的可以下载看看,可以用于大家参考学习,一起进步(Fuzzy control pid source code, there is a need to download to see, can be used for everyone reference learning, progress together)
Platform: | Size: 4096 | Author: MalinPoo | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net